From cf0268fcb3fec81cdd874c50a565f965574717fd Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Sun, 6 Jun 2004 02:47:38 +0000 Subject: [PATCH] (help-argument-name): Add :group 'help. --- lisp/help-fns.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/help-fns.el b/lisp/help-fns.el index e8655e8f972..eb15bc7726f 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -239,7 +239,8 @@ KIND should be `var' for a variable or `subr' for a subroutine." ;;;###autoload (defface help-argument-name '((t :inherit italic)) - "Face to highlight argument names in *Help* buffers.") + "Face to highlight argument names in *Help* buffers." + :group 'help) (defun help-default-arg-highlight (arg) "Default function to highlight arguments in *Help* buffers. -- 2.30.2